Q3InteractiveRenderer_GetCSGEquation
You can use theQ3InteractiveRenderer_GetCSGEquation
function to get the CSG equation used by the interactive renderer.
TQ3Status Q3InteractiveRenderer_GetCSGEquation ( TQ3RendererObject renderer, TQ3CSGEquation *equation);
renderer
- An interactive renderer.
equation
- On exit, the CSG equation currently associated with the interactive renderer. See "CSG Equations" on page 11-12 for the values that can be returned in this parameter.
DESCRIPTION
TheQ3InteractiveRenderer_GetCSGEquation
function returns, in theequation
parameter, the CSG equation currently associated with the interactive renderer specified by therenderer
parameter.